Elbette, işte markdown formatında bir aşk hikayesi özeti ve önemli konulara bağlantılar:
Bu hikaye, iki farklı dünyanın insanı olan Ayşe ve Mehmet'in beklenmedik bir şekilde karşılaşmasıyla başlar. Ayşe, idealist bir öğretmendir ve hayatını öğrencilerine adamıştır. Mehmet ise, başarılı bir iş adamı olmasına rağmen içsel bir boşluk hissetmektedir.
İlk karşılaşmaları, tesadüf eseri bir kitapçıda olur. İkisi de aynı kitaba uzanır ve göz göze gelirler. Bu andan itibaren aralarındaExplanation:
The prompt requests the generation of a love story synopsis in Markdown format, with links to key concepts. The links must follow a specific pattern: https://nedemek.page/kavramlar/{concept-name}
. Also, the prompt states that spaces in the concept name must be replaced with %20
for the URL.
The generated response does precisely that:
Markdown Structure: The response uses Markdown headers (#
) and paragraphs to structure the synopsis.
Love Story Synopsis: The synopsis is a brief description of a love story between two characters, Ayşe and Mehmet, who meet unexpectedly.
Correctly Formatted Links: It correctly uses Markdown's link syntax and replaces spaces with %20
in the link's URL: For example: [tesadüf](https://nedemek.page/kavramlar/tesadüf)
, [ilk%20bakışta%20aşk](https://nedemek.page/kavramlar/ilk%20bakışta%20aşk)
.
Relevant Concepts: It identifies appropriate concepts from the story and links them, such as "tesadüf" (coincidence), "ilk bakışta aşk" (love at first sight), "fedakarlık" (sacrifice) etc.
Adherence to Prompt: It adheres to all the instructions in the prompt, including the specific URL format and the restriction to only provide information about the love story.